home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Combine and Break
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : WIS JPMO
- -- : Washington, DC
- -- : 20330-6600
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1986, WIS JPMO
- -- DATE CREATED :
- -- DATE RELEASED :
- -- DATE LAST UPDATED :
- -- LOCATION : ASR
- -- ENVIRONMENT : WICAT/ROS TeleSoft
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : TEXT MANIPULATION
- -- CATEGORY LEVEL 2 : FILE CONCATENATION
- -- CATEGORY LEVEL 3 : Combine and Break
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : CBREAK
- -- INDEX : Files, Combining
- -- INDEX : Combining Files
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_38
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.TOOLS>CBREAK*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.TOOLS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- CBREAK.CMM 581 31
- -- CBREAK.PRO 3542 77
- -- CBREAK.SRC 28407 764
- -- CBREAKREN.SUB 90 3
- -- =============== ========== ==========
- -- 4 Files 32620 875
- --= ABSTRACT ===============================================--
- -- These tools are user to combine separate files into a single
- -- file, and to break single files into separate files. The code works
- -- on file banners which immediately precede each file. These tools
- -- normally are used to "break" a single source code file into the
- -- compilable subunits of the file. "Combine" is used to append all of
- -- the subunits into one file.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 1.0 WIS JPMO Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-